Asset Transformation API
Transformation Process
All transformation requests are sent synchronously to a transformation lambda function.
Pre-Validation is done, in order to check if the image is transformable, failing which user will receive the failure response alongwith reason.
The URL you receive as a response may initially have no file behind it however if your transformation request has been successfully processed a file will be present behind it after X (TBC) Minutes.
If after X (TBC) Minutes there is still no file the transformation request should be considered a failure.
A request could fail due the below -
File size to big for the lambda function
Size requested out of bounds
Corrupt original file
If the user receives the url for image, but the image at background could not be transformed or expired. On hitting the url, user will receive the Access Denied response.
This service does not guarantee 100% transformation success. It will attempt to transform